projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f7bdba
)
tools: fix build after recent xenpaging changes
author
Tim Deegan
<Tim.Deegan@citrix.com>
Mon, 27 Jun 2011 13:48:57 +0000
(14:48 +0100)
committer
Tim Deegan
<Tim.Deegan@citrix.com>
Mon, 27 Jun 2011 13:48:57 +0000
(14:48 +0100)
xenpaging now uses pthreads, so must link appropriately.
Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/xenpaging/Makefile
patch
|
blob
|
history
diff --git
a/tools/xenpaging/Makefile
b/tools/xenpaging/Makefile
index 6c20a8d52bfa5f6fcc770f1ee9df370848862872..8a5b21c0559390db514709c0842e778597dca9e4 100644
(file)
--- a/
tools/xenpaging/Makefile
+++ b/
tools/xenpaging/Makefile
@@
-2,7
+2,7
@@
XEN_ROOT=$(CURDIR)/../..
include $(XEN_ROOT)/tools/Rules.mk
CFLAGS += $(CFLAGS_libxenctrl) $(CFLAGS_libxenstore)
-LDLIBS += $(LDLIBS_libxenctrl) $(LDLIBS_libxenstore)
+LDLIBS += $(LDLIBS_libxenctrl) $(LDLIBS_libxenstore)
-pthread
POLICY = default